﻿/*mobile*/
@media only screen and (max-width: 450px) {

	/*---Start Ginnie In Brief---*/
    .posttable {	
		/*background-color:navy !important;*/
		max-width: 100% !important;
	}
	
	.posttable td {
		max-width: 100% !important;
		clear:both !important;    
    	float:left !important;		
	}    
	/*---End Ginnie In Brief---*/
	
	/*---Start Executive Leadership ---*/
	.presidentbiocontainer {
		max-width:100% !important;
		padding-left:10px !important;
		padding-right:10px !important;	
		border-color:rgb(214, 214, 214);
		border-width:1px;
		border-style:solid;
		margin:4px;					
	}
	
	.biocontainer {
		max-width:100% !important;
		padding-left:10px !important;
		padding-right:10px !important;
		border-color:rgb(214, 214, 214);
		border-width:1px;
		border-style:solid;
		margin:4px;		
	}
	
	.div-leadershipimg {
		max-width:100% !important;	
		float:inherit !important;
		margin-right:inherit !important;					
	}
	
	.leadership-img {
		/*max-width:100% !important;*/
		/*margin-left:50px !important;*/
		height:auto !important;
		display:block;
    	margin-left:auto;
    	margin-right:auto;
	}
	
	.div-biocontent {
		max-width:100% !important;
		clear:both !important;						
	}
			
	
	.div-biocontent div + p {
		max-width: 100% !important;
		clear:both !important;    
    	float:left !important;
	}	
	
	.leadership-name {
		margin-bottom:15px;
		margin-top:10px;	
		text-align:center;	
	}
	
	.leadership-title {
		text-align:center;
	}
	
	.leadership-desc {		
		max-width: 100% !important;
		padding-left: 0 !important;
		height:120px !important;			
	}
	
	/*overwrite it to fix issue with "Message from the President" button */
	a.gnma_button {		
		float:left;
	}		
	/*---End Executive Leadership ---*/

	
	/*---Start MBS Guide ---*/
	.imgPlusName {
		/*--change the width from content.js file --*/
		/*width: 45.5% !important;*/
		
		border-color:rgb(214, 214, 214) !important;
		border-width:1px !important;
		border-style:solid !important;
		margin:4px;		
	}
	
	.linkName {
		padding-bottom:10px;
	}	
	/*---End MBS Guide ---*/
	
	
	/*---Start MB​SProspectuses, Budget & Performance and Systems & Applications ---*/	
	
	.filter-tableCell1 {
		/*--change the width from content.js file --*/
		/*width: 45.5% !important;	*/	
		float:left !important;
		
		border-color:rgb(214, 214, 214) !important;
		border-width:1px !important;
		border-style:solid !important;
		margin:5px 6px 5px 6px;		
	}	
	
	/*--change the height from content.js file --*/
	/*
	.headerDiv {
		height:230px !important;
	}
	*/
	
	/*---End MB​SProspectuses, Budget & Performance and Systems & Applications ---*/	

	/*---Start Modernization ---*/
	.ui-accordion .ui-accordion-content {
		padding: .5em .5em !important;
	}
	
	/*--comment out this section, since it has been added to gm.css now
	div.boxedContent {
		padding-left:20px !important;
    	padding-right:20px !important;
	}
	*/
	
	/*---End Modernization ---*/	
	
	/*---Start Adjust width of “Off-Site Link Disclaimer” (actual code is located in page-ready.js)---*/
	
	.ui-dialog {
		max-width:90%;
	}
	
	/* End Adjust width of “Off-Site Link Disclaimer” (actual code is located in page-ready.js)---*/

		
}


